home *** CD-ROM | disk | FTP | other *** search
- -- card: 2898 from stack: in
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 2728
- -- name: Plan of Day
- ----- HyperTalk script -----
- no script
-
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=17 top=30 right=52 bottom=117
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Any Day
- ----- HyperTalk script -----
- on mouseUp
- ask "Plan of the Day for which day"
- put it into whichDay
- visual wipe up
- set cursor to 4
- put empty into field "Actions"
- put empty into field "Done"
- put empty into field "Links"
- convert whichDay to long date
- get whichDay
- put it into field id 6 -- field date
- convert it to seconds
- put it into today
- put 60*60*24 into oneDay
- put 1 into lineNumber
- repeat with x = 2 to the number of cards
- get (field id 1 of card x)
- convert it to seconds
- if it is empty then next repeat
- if it = today and (field "Completed" of card x) is empty then
- put (field "Abstract" of card x) into line lineNumber of field "Actions"
- put (the name of card x) into line lineNumber of field "Links"
- add 1 to lineNumber
- end if
- end repeat
- show background button id 19
- end mouseUp
-
-
-
-
-
- -- part contents for background part 48
- ----- text -----
-
-
-
- TicklerMaster File‚Ñ¢
- © 1988 U-Compute-it
- 105 Center Street
- Hartford, Kentucky 42347 USA
- 502-298-3358
- written by James Casebier
-
-
- HyperCard ShareWare
- $20.00
-
- -- part contents for background part 6
- ----- text -----
- Wednesday, June 1, 1988